added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CppApplicationHang / CppApplicationHang.vcproj
blob17c04b24760c6d6387055367446dcb13ee917d81
1 <?xml version="1.0" encoding="gb2312"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="CppApplicationHang"
6 ProjectGUID="{0293BE83-A1BB-47AE-9474-54F7997594AD}"
7 RootNamespace="CppApplicationHang"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="1"
24 CharacterSet="1"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 DebugInformationFormat="4"
52 <Tool
53 Name="VCManagedResourceCompilerTool"
55 <Tool
56 Name="VCResourceCompilerTool"
58 <Tool
59 Name="VCPreLinkEventTool"
61 <Tool
62 Name="VCLinkerTool"
63 LinkIncremental="2"
64 AdditionalManifestDependencies="type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; processorArchitecture=&apos;x86&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos;"
65 GenerateDebugInformation="true"
66 SubSystem="2"
67 TargetMachine="1"
69 <Tool
70 Name="VCALinkTool"
72 <Tool
73 Name="VCManifestTool"
75 <Tool
76 Name="VCXDCMakeTool"
78 <Tool
79 Name="VCBscMakeTool"
81 <Tool
82 Name="VCFxCopTool"
84 <Tool
85 Name="VCAppVerifierTool"
87 <Tool
88 Name="VCPostBuildEventTool"
90 </Configuration>
91 <Configuration
92 Name="Release|Win32"
93 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
94 IntermediateDirectory="$(ConfigurationName)"
95 ConfigurationType="1"
96 CharacterSet="1"
97 WholeProgramOptimization="1"
99 <Tool
100 Name="VCPreBuildEventTool"
102 <Tool
103 Name="VCCustomBuildTool"
105 <Tool
106 Name="VCXMLDataGeneratorTool"
108 <Tool
109 Name="VCWebServiceProxyGeneratorTool"
111 <Tool
112 Name="VCMIDLTool"
114 <Tool
115 Name="VCCLCompilerTool"
116 Optimization="2"
117 EnableIntrinsicFunctions="true"
118 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
119 RuntimeLibrary="2"
120 EnableFunctionLevelLinking="true"
121 UsePrecompiledHeader="0"
122 WarningLevel="3"
123 DebugInformationFormat="3"
125 <Tool
126 Name="VCManagedResourceCompilerTool"
128 <Tool
129 Name="VCResourceCompilerTool"
131 <Tool
132 Name="VCPreLinkEventTool"
134 <Tool
135 Name="VCLinkerTool"
136 LinkIncremental="1"
137 AdditionalManifestDependencies="type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; processorArchitecture=&apos;x86&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos;"
138 GenerateDebugInformation="true"
139 SubSystem="2"
140 OptimizeReferences="2"
141 EnableCOMDATFolding="2"
142 TargetMachine="1"
144 <Tool
145 Name="VCALinkTool"
147 <Tool
148 Name="VCManifestTool"
150 <Tool
151 Name="VCXDCMakeTool"
153 <Tool
154 Name="VCBscMakeTool"
156 <Tool
157 Name="VCFxCopTool"
159 <Tool
160 Name="VCAppVerifierTool"
162 <Tool
163 Name="VCPostBuildEventTool"
165 </Configuration>
166 </Configurations>
167 <References>
168 </References>
169 <Files>
170 <Filter
171 Name="Source Files"
172 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
173 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
175 <File
176 RelativePath=".\Contention.cpp"
178 </File>
179 <File
180 RelativePath=".\CppApplicationHang.cpp"
182 </File>
183 <File
184 RelativePath=".\Deadlock.cpp"
186 </File>
187 <File
188 RelativePath=".\OrphanedCS.cpp"
190 </File>
191 <File
192 RelativePath=".\Spinning.cpp"
194 </File>
195 <File
196 RelativePath=".\stdafx.cpp"
198 <FileConfiguration
199 Name="Debug|Win32"
201 <Tool
202 Name="VCCLCompilerTool"
203 UsePrecompiledHeader="1"
205 </FileConfiguration>
206 <FileConfiguration
207 Name="Release|Win32"
209 <Tool
210 Name="VCCLCompilerTool"
211 UsePrecompiledHeader="1"
213 </FileConfiguration>
214 </File>
215 </Filter>
216 <Filter
217 Name="Header Files"
218 Filter="h;hpp;hxx;hm;inl;inc;xsd"
219 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
221 <File
222 RelativePath=".\Contention.h"
224 </File>
225 <File
226 RelativePath=".\CppApplicationHang.h"
228 </File>
229 <File
230 RelativePath=".\Deadlock.h"
232 </File>
233 <File
234 RelativePath=".\OrphanedCS.h"
236 </File>
237 <File
238 RelativePath=".\Resource.h"
240 </File>
241 <File
242 RelativePath=".\Spinning.h"
244 </File>
245 <File
246 RelativePath=".\stdafx.h"
248 </File>
249 <File
250 RelativePath=".\targetver.h"
252 </File>
253 </Filter>
254 <Filter
255 Name="Resource Files"
256 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
257 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
259 <File
260 RelativePath=".\CppApplicationHang.ico"
262 </File>
263 <File
264 RelativePath=".\CppApplicationHang.rc"
266 </File>
267 <File
268 RelativePath=".\small.ico"
270 </File>
271 </Filter>
272 <File
273 RelativePath=".\ReadMe.txt"
275 </File>
276 </Files>
277 <Globals>
278 </Globals>
279 </VisualStudioProject>